- ScanDevice - Class in android.device
-
- ScanDevice() - Constructor for class android.device.ScanDevice
-
- setAPN(String, String, String, String, String, String, String, String, String, String, String, String, int, String, String, int, String, boolean, boolean) - Method in class android.device.SystemManager
-
Set the APN (Access Point Names) configurations for cellular network.
- setForbiddenHome(boolean) - Method in class android.device.SystemManager
-
Enable/Disable Forbid Home function.
- setHideRecentApps(boolean) - Method in class android.device.SystemManager
-
Enable/Disable hide recent applications.
- setHideSlideStatusBar(boolean) - Method in class android.device.SystemManager
-
Enable/Disable hide pull-down statusbar.
- setIndicatorLightMode(int) - Method in class android.device.ScanDevice
-
Blink indicator lamp when the scan is successful.
- setOutScanMode(int) - Method in class android.device.ScanDevice
-
Set barcode output mode.
1.Broadcast mode.
The scan results to be sent as a broadcast Intent.
Application should register an action as
scan.rcv.message broadcast listerner.For more details refer to the
sample.
2.Editbox Mode.
The scan results to be send to the edit box in focus.
3.Keyboard Mode.
The scan results to be send via emulate keyevents.
- setScanBeep() - Method in class android.device.ScanDevice
-
Play sound when the scan is successful.
- setScanLaserMode(int) - Method in class android.device.ScanDevice
-
Set laser continuous mode.
- setScanUnBeep() - Method in class android.device.ScanDevice
-
No prompt sound when the scan is successful.
- setScanUnVibrate() - Method in class android.device.ScanDevice
-
Not Vibrate when the scan is successful.
- setScanVibrate() - Method in class android.device.ScanDevice
-
Vibrate when the scan is successful.
- setSelectedApn(String) - Method in class android.device.SystemManager
-
Select the APN(Default).
- setSysTime(int, int, int, int, int, int) - Method in class android.device.SystemManager
-
Set System Time.
- startScan() - Method in class android.device.ScanDevice
-
start decoding.
- stopScan() - Method in class android.device.ScanDevice
-
stop decoding.
- SystemManager - Class in android.device
-
- SystemManager() - Constructor for class android.device.SystemManager
-